home *** CD-ROM | disk | FTP | other *** search
/ By Popular Request 2.0 / By Popular Request 2.0 (Arsenal Computer).ISO / amiga_2 / chkmsg10.lha / CheckMsg / CheckMsg.doc < prev    next >
Text File  |  1995-04-03  |  4KB  |  87 lines

  1. *************************************************************************
  2. *                                                                       *
  3. *                 CheckMsg v1.0 by Per-Olof Yliniemi                    *
  4. *               Copyright ⌐ 1993 - All Rights Reserved                  *
  5. *                                                                       *
  6. *************************************************************************
  7. *                                                                       *
  8. * DISCLAIMER: No responsibility can be taken on the part of the  author *
  9. *   for any  consequences  that may  occur  as a result  of using  this *
  10. *   program.  Every part of the  program has been  thoroughly tested to *
  11. *   to its specified limits and any  known specific  limitations of the *
  12. *   the program are stated within this documentation.                   *
  13. *                                                                       *
  14. *************************************************************************
  15. *                                                                       *
  16. * COPYRIGHT: This program is PUBLIC DOMAIN.  No  kind of  contributions *
  17. *   are required from anyone who  uses  this program,  but if  you want *
  18. *   the  assembly  language  source  code for this program, send me one *
  19. *   disk with PD, Shareware, Freeware and  other  freely  distributable *
  20. *   programs plus return postage.                                       *
  21. *                                                                       *
  22. *   This program  may  not be  sold for any profit  (a nominal  fee for *
  23. *   copying is accepted). The program may be freely distributed as long *
  24. *   as all files are distributed and unmodified.                        *
  25. *                                                                       *
  26. *   This program may not be used as a  part of any  commercial packages *
  27. *   without my permission.  The source code for this program may not be *
  28. *   reproduced by disassembling or reversing the development process in *
  29. *   any way.                                                            *
  30. *                                                                       *
  31. *************************************************************************
  32.  
  33.      About this program:
  34.     ---------------------
  35. This program is useful for users of ParNET / SerNET. It opens a little
  36. window on the workbench screen to display a message. The message is
  37. stored in t:net.msg.
  38.  
  39.      Installation/Requirements:
  40.     ----------------------------
  41. The program can only be started from CLI. Use the run command to free
  42. the CLI prompt when running this program. To quit press Ctrl-C in the
  43. CLI window it was started from (if not started with run) or find the
  44. process number for CheckMsg and use the BREAK cli command to stop it.
  45.  
  46.      Examples:
  47.     -----------
  48. I have connected three computers via ParNET and SerNET:
  49.  
  50.  
  51.                  SerNET               ParNET
  52.           |------------------| |--------------------|
  53.           |                  | |                    |
  54.     |------------|    |------------------|    |------------|
  55.     | A500, 5Mb, |    | A500, 1Mb, CDROM |    | A500, 18Mb |
  56.     | 260Mb HD   |    | Mount NE1:       |    | 260Mb HD   |
  57.     | Mount NE1: |    | Mount NET:       |    | Mount NET: |
  58.     |------------|    |------------------|    |------------|
  59.           1                   2                      3
  60.  
  61. To send a message from computer 1 to 3:
  62.  
  63.     echo >NE1:NET/RAM/T/net.msg "Message..."
  64.  
  65. To send a message from computer 3 to 1:
  66.  
  67.     echo >NET:NE1/RAM/T/net.msg "Message..."
  68.  
  69. To send a message from computer 2 to 3:
  70.  
  71.     echo >NET:RAM/T/net.msg "Message..."
  72.  
  73. ---------------------------------------------------------------------------
  74.  
  75.  All kinds of freely distributable programs (new software...) are accepted
  76.  as a contribution for this program. If you are a programmer, send me some
  77.  of your own code.
  78.  
  79.  Contributions and bug reports for this program should be sent to:
  80.  
  81.  
  82.                       Per-Olof Yliniemi
  83.                       Muoniovaara
  84.                       S-980 64 Muodoslompolo
  85.                       SWEDEN
  86.  
  87. ---------------------------------------------------------------------------